Generate parameters from yaml#11
Conversation
Signed-off-by: Tyler Weaver <tyler@picknik.ai>
|
Is there a way to add a generic namespace here that can be determined at runtime? The parameters for IK plugins actually come in the form btw, sorry for the delay on this--been pulled into a lot of debugging recently. |
|
I think that is a misuse of namespaces and a poorly designed interface. Is there a reason you might have multiples of bio_ik in the same ros node that need to have separate namespaces for the parameters? Remember that in ROS 2 parameters are per-node and not part of some global parameter server. |
|
We'd need to make that change in MoveIt then, as it reads The only possible use case I can think of is computing IK for multiple arms simultaneously, but if they're a part of the same group then you'd only need one bio_ik instance. |
Signed-off-by: Tyler Weaver tyler@picknik.ai
Here is a minimal conversion to using generate_parameter_library for parameters. I didn't use any of the functionality for validation but this can easily be added.